From 7c2a752b3724ad9ac88b7abfecc63e4e0eb7eb54 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Mar 2013 17:26:16 -0500 Subject: [PATCH] Small documentation tweak --- gtk/gtkentry.c | 3 ++- gtk/gtktextview.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 3354c90a50..c5c271d1c7 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1428,7 +1428,8 @@ gtk_entry_class_init (GtkEntryClass *class) /** GtkEntry:populate-toolbar: * * If ::populate-toolbar is %TRUE, the #GtkEntry::populate-popup - * signal is also emitted for touch popups. + * signal is also emitted for touch popups. In this case, the container + * is a #GtkToolbar. * * Since: 3.8 */ diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 57b858d5ed..c94ff403fd 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -866,7 +866,8 @@ gtk_text_view_class_init (GtkTextViewClass *klass) /** GtkTextView:populate-toolbar: * * If ::populate-toolbar is %TRUE, the #GtkTextView::populate-popup - * signal is also emitted for touch popups. + * signal is also emitted for touch popups. In this case, the + * container is a #GtkToolbar. * * Since: 3.8 */ -- 2.30.2